home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Snippets / Devices / ledApp / ledApp README next >
Encoding:
Text File  |  1992-07-15  |  705 b   |  17 lines  |  [TEXT/MPS ]

  1. ledApp is a faceless background task for System 7.  It counts to 7 
  2. on an extended keyboard's lights until the shift and caps lock keys
  3. are pressed, or until it receives a quit Apple Event.
  4.  
  5. ledApp demonstrates:
  6. • controlling the lights on a U.S. extended ADB keyboard
  7. • installing a repetitive time manager task, including
  8.   passing the A5 world and having the task wake up the
  9.   main program when necessary
  10. • making a notification manager call from a faceless background task
  11.  
  12. Start ledApp by double-clicking, or by placing it in the Startup Items
  13. folder and restarting the Macintosh, or by changing its file type to
  14. appe and placing it in the Extensions folder and restarting.
  15.  
  16. Grobbins      June 1991
  17.